home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / wb / czesc_3 / reyes / blanker.h next >
Text File  |  1997-12-31  |  375b  |  21 lines

  1.  
  2. #define MASK(n) (1L<<(n))
  3.  
  4. /* This structure defines the basic communications between the server
  5.  * and the client.
  6.  */
  7. typedef struct ClientMessage {
  8.     struct Message bcm_Message;
  9.     struct RetinaScreen *bcm_Screen;
  10.     LONG bcm_Status;
  11.     ULONG bcm_SigMask;
  12. };
  13.  
  14.  
  15. /* Prototypes */
  16.  
  17. void *InitGraphics(struct ClientMessage*);
  18.  
  19. /* Pops up an error requestor. */
  20.  
  21. void Error(char *s);